home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox3.dir / 00044.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  145 b   |  9 lines

  1. on mouseDown
  2.   set the castNum of sprite 32 to 54
  3.   repeat with i = 1 to 48
  4.     puppetSprite(i, 0)
  5.   end repeat
  6.   updateStage()
  7.   go("MTH2")
  8. end
  9.